home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / rtlinc.exe / MEM.H < prev    next >
C/C++ Source or Header  |  1993-05-18  |  273b  |  17 lines

  1. /*_ mem.h  */
  2. /* Copyright (C) 1986-1993 by Symantec        */
  3. /* All Rights Reserved                */
  4.  
  5. /* Note: ANSI users should #include <stdlib.h> instead of this file */
  6.  
  7. #ifndef __MEM_H
  8. #define __MEM_H    1
  9.  
  10. #ifndef __STRING_H
  11. #include <string.h>
  12. #endif
  13.  
  14. #endif _MEM_H
  15.  
  16.  
  17.